home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GRAPHICS / POV_3 / SCENES / POV3DEMO / OBJECTS / PRISM3.INC < prev    next >
Encoding:
Text File  |  2005-01-04  |  277 b   |  15 lines

  1.  camera {
  2.    location <-10, 10, -10>
  3.    right 4/3 * x
  4.    up z
  5.    look_at <0, 0, 0>
  6.    angle 20
  7.  }
  8.  
  9.  light_source { <0, 50, 10> rgb 0.7 }
  10.  light_source { <-30, 20, -50> rgb 0.7 }
  11.  light_source { <30, 20, -20> rgb 0.7 }
  12.  
  13.  plane { y, -1 pigment { color rgb 0.7 } }
  14.  
  15.